How can I check if an Integer has never been initialised?
for an object it works like

if (object==null) {}

how do I do this for an integer?