How to get the Integers from this Array

I’m trying to read from an array which has data coming from an OSC server plugin. The array should have 2 integers available inside each message. I’ve checked that the message does have the data properly in other programs reading OSC messages.

The only thing I can read is the first integer, but I can only read it using pop float which if foreign to me. I can’t find any info when googling it. The data types that the plugin gives when you drag off the array pin are all “pop xxxx” (see pic below) None of these return anything except for pop float and it returns a Double.

If I try to use a Get node to read the individual integers I get nothing at all. If you look at the watch on the event it shows an index of 2, but they show as empty at all times.

Any ideas?