$isInteger

Examines if all of the given arguments are decimal integers.
Syntax
    $isInteger{value_1}{value_2} ... {value_n}
DocumentationExamines if all of the given arguments are decimal integers:

    Parameters:
      value_1 through value_n, the values to examine.
    Returns:
      1 if and only if all of the given arguments are decimal integers; 0 otherwise.
Examples
returns: true (1) if all parameters are integers, false (0) otherwise.
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1