How to determine if Object is Integer? Something like:
if (obj.isInteger()) {...}
if (obj instanceof Integer) {....}