Step-by-step explanation:
true.
a tree (of data) IS a data structure.
it is just usually a dynamic data structure, as the structure of the tree is typically changing over the runtime. parts are moving, added or removed.
while e.g. a declared array has usually a static structure (it exists with its declared size used or unused over the runtime).