Found it
SELECT OBJECTPROPERTY (<object_id>,'TableFulltextChangeTrackingOn')
SELECT OBJECTPROPERTY (<object_id>,'TableFulltextBackgroundUpdateIndexOn')
You can find the object ids from the sysobjects table. If the query returns a 1, that means it is on, a 0 means it is off.