Yes, all tweet IDs are unique 64bit integers, it’s the last part of a tweet permalink, or the id field in a status object. id_str is also included because some languages like javascript can’t handle large integers.
I see a twitter4j tag, so in Java: the twitter4j Status object has a getId() method that returns a long.