Returns whether the given value is an integer
Optional
the number value to check
whether the given value is an integer
isInteger(1); // true Copy
isInteger(1); // true
Returns whether the given value is an integer