$isInteger
$isInteger
will check if the given number is an integer or not.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
number | number | Number you want to check if its an number or not. | true |
Example(s)
This checks if your message contains an integer and returns true
or false
: