I know there is a simple solution to this but can't seem to find it at the moment.
Given a numpy array, I need to know if the array contains integers.
Checking the dtype per-se is not enough, as there are multiple int dtypes (int8, int16, int32, int64 ...).