Check for integer values in array

hi folks,

Is there a way to check for integer values for each value in an array?  The array can have text or integer values.

I have already tried using like() but its not accurate as the size of the digits change i.e, double digits or triple digit numbers. Checking with tointeger() also failed as it converted text values into integers and when passed to the group() function it gave me an incorrect result. 

TIA!!

  Discussion posts and replies are publicly visible