I am trying to determine whether a variable is an integer or not.
I have a variable called arg2 and I need to determine whether arg2 is an integer. If arg2 is not an integer then it will set the value to 0.
How would I determine whether arg2 is an integer or not?